body 
{
	background-color:#f7ffef;
}

.login {
  position: relative;
  margin: 0 auto;
  padding: 20px 20px 20px;
  width: auto;
  background: white;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 0px 10px rgba(50, 50, 50, 0.75);
box-shadow:         0px 0px 10px rgba(50, 50, 50, 0.75);
  top: 150px;
  text-align:center;
  -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;

}

.login:before {
  content: '';
  position: absolute;
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  z-index: -1;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 4px;
}

.login p {
  margin: 20px 0 0;
}
.login p:first-child {
  margin-top: 0;
}
.login input[type=text], .login input[type=password] {
  width: 278px;
}
.login p.remember_me {
  float: left;
  line-height: 31px;
}
.login p.remember_me label {
  font-size: 12px;
  color: #777;
  cursor: pointer;
}
.login p.remember_me input {
  position: relative;
  bottom: 1px;
  margin-right: 4px;
  vertical-align: middle;
}
.login p.submit {
  text-align: right;
  width: 282px;
}

.login-help {
  margin: 20px 0;
  font-size: 11px;
  color:#333;
  text-align: center;
}
.login-help a {
  color: #333;
  text-decoration: none;
}
.login-help a:hover {
  text-decoration: underline;
}

:-moz-placeholder {
  color: #c9c9c9 !important;
  font-size: 13px;
}

::-webkit-input-placeholder {
  color: #ccc;
  font-size: 13px;
}

input {
  font-size: 12px;
}

input[type=text], input[type=password] {
  margin: 5px;
  padding: 0 10px;
  width: 200px;
  height: 34px;
  color: #404040;
  background: white;
  border: 1px solid;
  border-color: #c4c4c4 #d1d1d1 #d4d4d4;
  border-radius: 2px;
  -moz-outline-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
  -webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}
input[type=text]:focus, input[type=password]:focus {
  border-color: #f2fee6;
  outline-color: #f2fee6;
  outline-offset: 0;
  
    margin: 5px;
  padding: 0 10px;
  height: 34px;
  color: #404040;
  background: white;
  border: 1px solid;
  border-color: #c4c4c4 #d1d1d1 #d4d4d4;
  border-radius: 2px;
  outline: 5px solid #f2fee6;
  -moz-outline-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
  
    -moz-outline-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
  -webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}

i
.lt-ie9 input[type=text], .lt-ie9 input[type=password] {
  line-height: 34px;
  -webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}

.uname{
background-image: url(../images/icons/uname.gif) !important;
background-repeat: no-repeat !important;
background-position: 8px 10px !important;
padding-left: 26px !important;
	
}
.password{
background-image: url(../images/icons/password.gif) !important;
background-repeat: no-repeat !important;
background-position: 8px 10px !important;
padding-left: 26px !important;
	
}
